Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
isNotEmpty
common
is
Not
Empty
val
isNotEmpty
:
Boolean
Content copied to clipboard
Returns
true
if the option is
Some
. Otherwise returns
false
.